﻿2026-08-02T16:13:51.1867299Z ##[group]Run actions/checkout@v5
2026-08-02T16:13:51.1867804Z with:
2026-08-02T16:13:51.1868173Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:51.1871087Z   token: ***
2026-08-02T16:13:51.1871463Z   ssh-strict: true
2026-08-02T16:13:51.1871825Z   ssh-user: git
2026-08-02T16:13:51.1872188Z   persist-credentials: true
2026-08-02T16:13:51.1872577Z   clean: true
2026-08-02T16:13:51.1872936Z   sparse-checkout-cone-mode: true
2026-08-02T16:13:51.1873360Z   fetch-depth: 1
2026-08-02T16:13:51.1873712Z   fetch-tags: false
2026-08-02T16:13:51.1874071Z   show-progress: true
2026-08-02T16:13:51.1874423Z   lfs: false
2026-08-02T16:13:51.1874761Z   submodules: false
2026-08-02T16:13:51.1875116Z   set-safe-directory: true
2026-08-02T16:13:51.1875507Z   allow-unsafe-pr-checkout: false
2026-08-02T16:13:51.1875941Z ##[endgroup]
2026-08-02T16:13:51.2654823Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:51.2657151Z ##[group]Getting Git version info
2026-08-02T16:13:51.2658268Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T16:13:51.2659952Z [command]/usr/bin/git version
2026-08-02T16:13:51.2660705Z git version 2.43.0
2026-08-02T16:13:51.2678081Z ##[endgroup]
2026-08-02T16:13:51.2686026Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/41e9e6d1-01de-43a5-aebd-4313794dc056/.gitconfig'
2026-08-02T16:13:51.2693295Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/41e9e6d1-01de-43a5-aebd-4313794dc056' before making global git config changes
2026-08-02T16:13:51.2694429Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:13:51.2696534Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T16:13:51.2732355Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T16:13:51.2754061Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:13:51.2765700Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:13:51.2768697Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:13:51.2789784Z refs/heads/golden/barometer
2026-08-02T16:13:51.2796766Z [command]/usr/bin/git checkout --detach
2026-08-02T16:13:51.2857574Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:51.2898202Z [command]/usr/bin/git branch --delete --force golden/barometer
2026-08-02T16:13:51.2931924Z Deleted branch golden/barometer (was 2138b1652).
2026-08-02T16:13:51.3036921Z ##[endgroup]
2026-08-02T16:13:51.3041055Z [command]/usr/bin/git submodule status
2026-08-02T16:13:51.3242304Z ##[group]Cleaning the repository
2026-08-02T16:13:51.3246971Z [command]/usr/bin/git clean -ffdx
2026-08-02T16:13:51.3281409Z Removing traceable-reqs
2026-08-02T16:13:51.3290248Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T16:13:51.3383115Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:51.3388267Z ##[endgroup]
2026-08-02T16:13:51.3389940Z ##[group]Disabling automatic garbage collection
2026-08-02T16:13:51.3393135Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T16:13:51.3417841Z ##[endgroup]
2026-08-02T16:13:51.3418529Z ##[group]Setting up auth
2026-08-02T16:13:51.3423177Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:13:51.3446523Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-02T16:13:51.3635810Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:13:51.3664202Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-02T16:13:51.3849103Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:13:51.3873812Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T16:13:51.4068245Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T16:13:51.4107489Z ##[endgroup]
2026-08-02T16:13:51.4108196Z ##[group]Fetching the repository
2026-08-02T16:13:51.4115163Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2138b16526af959112fa39e245dc027c7bfcc754:refs/remotes/origin/golden/barometer
2026-08-02T16:13:51.8145527Z ##[endgroup]
2026-08-02T16:13:51.8146386Z ##[group]Determining the checkout info
2026-08-02T16:13:51.8147250Z ##[endgroup]
2026-08-02T16:13:51.8151210Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T16:13:51.8187693Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T16:13:51.8210971Z ##[group]Checking out the ref
2026-08-02T16:13:51.8212934Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:13:51.8268424Z Switched to a new branch 'golden/barometer'
2026-08-02T16:13:51.8269388Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:13:51.8274601Z ##[endgroup]
2026-08-02T16:13:51.8307097Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T16:13:51.8333199Z 2138b16526af959112fa39e245dc027c7bfcc754
